type go/types.actionDesc

3 uses

	go/types (current package)
		check.go#L131: 	desc    *actionDesc // action description; may be nil, requires debug to be set
		check.go#L138: 		a.desc = &actionDesc{pos, format, args}
		check.go#L144: type actionDesc struct {